Skip to content

fix(fleetdash): theme the tool-use reveal button + high-contrast value rows - #231

Merged
rhCat merged 1 commit into
mainfrom
fix/fleetdash-reveal-theme
Jul 22, 2026
Merged

fix(fleetdash): theme the tool-use reveal button + high-contrast value rows#231
rhCat merged 1 commit into
mainfrom
fix/fleetdash-reveal-theme

Conversation

@rhCat

@rhCat rhCat commented Jul 22, 2026

Copy link
Copy Markdown
Owner

The tier-2 "reveal tool-use detail" control rendered as a raw browser default button (off-theme), and the decrypted value cells used .t (var(--dim)), so the payload — the actual parameter values — showed as low-contrast gray.

  • .cwbtn: themed action button — cyan --accent border/text, panel-tint background, hover glow — matches the dashboard's cyberpunk theme (consistent with .pausebtn/.topnav tokens).
  • .cwvals rows: keys in --ink, values in near-white #eaf2f9 semibold (right-aligned) so the payload reads clearly; step header in --accent, sha suffix in --dim.

Rendering stays textContent-only (no XSS sink); the /monitor/values proxy + endpoint behavior are unchanged. Verified live on the Mac fleetdash (restarted to load the code): the run page serves the themed button and the high-contrast value table.

🤖 Generated with Claude Code

…e rows

The reveal button rendered as a raw browser default (off-theme) and the decrypted
value cells used .t (var(--dim)), so the payload was low-contrast gray. Now:

- .cwbtn: a themed action button (cyan --accent border/text, panel-tint bg, hover
  glow) matching the dashboard's cyberpunk theme.
- .cwvals rows: keys in --ink, values in near-white #eaf2f9 semibold (right-
  aligned) — the payload reads clearly; step header in --accent, sha in --dim.

Rendering stays textContent-only (no XSS sink); proxy/endpoint behavior unchanged.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@rhCat
rhCat merged commit d60a4eb into main Jul 22, 2026
2 checks passed
@rhCat
rhCat deleted the fix/fleetdash-reveal-theme branch July 22, 2026 13:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant